翻訳と辞書
Words near each other
・ Crypsotidia bibrachiata
・ Crypsotidia bullula
・ Crypsotidia clytieformis
・ Crypsotidia digitata
・ Crypsotidia gigantea
・ Crypsotidia inquirenda
・ Crypsotidia longicosta
・ Crypsotidia maculifera
・ Crypsotidia mesosema
・ Crypsotidia piscicaudae
・ Crypsotidia postfusca
・ Crypsotidia remanei
・ Crypsotidia wollastoni
・ Crypt
・ Crypt (anatomy)
Crypt (C)
・ Crypt (disambiguation)
・ Crypt (Unix)
・ Crypt Chambers
・ Crypt Falls
・ Crypt Killer
・ Crypt Lake Trail
・ Crypt of Civilization
・ Crypt of Cthulhu
・ Crypt of Lyzandred the Mad
・ Crypt of Medea
・ Crypt of the Devil
・ Crypt of the NecroDancer
・ Crypt of the Shadowking
・ Crypt of the Wizard


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Crypt (C) : ウィキペディア英語版
Crypt (C)

''crypt'' is the library function which is used to compute a password hash that can be used to store user account passwords while keeping them relatively secure (a passwd file). The output of the function is not simply the hash— it is a text string which also encodes the salt (usually the first two characters are the salt itself and the rest is the hashed result), and identifies the hash algorithm used (defaulting to the "traditional" one explained below). This output string is what is meant for putting in a password record which may be stored in a plain text file.
More formally, ''crypt'' provides cryptographic key derivation functions for password validation and storage on Unix systems.
== Relationship to Unix Crypt utility ==

There is a crypt utility in Unix, which is often confused with the C library function. To distinguish between the two, writers often refer to the utility program as ''crypt(1)'', because it is documented in section 1 of the Unix manual pages, and refer to the C library function as ''crypt(3)'', because its documentation is in manual section 3.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Crypt (C)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.